-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #47 : Glossary implementation #82
Issue #47 : Glossary implementation #82
Conversation
Signed-off-by: Jimmy ESCRICH <[email protected]>
Signed-off-by: Jimmy ESCRICH <[email protected]>
@WorksDev Would you mind taking a look at it here as well? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Ciloe
thank you very much for your work/support - from my point of view there is nothing against it - just a few minor comments.
Signed-off-by: Jimmy ESCRICH <[email protected]>
I fixed the review. If there is no more feedback, I will start dev tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with it so far, the only thing I was a bit confused about was that in the existing requests the auth-key is transferred via body and you have now added the transfer via header - I thought that would already happen that way.
We should do this in principle with V4 and then also carry out the PHP upgrade.
So you have the green light to start testing now.
Thank you
I tested the library on our project. With the |
Yes, and that's how it should be. I'm just wondering why we didn't use the header from the start - probably for some historical reason... 🤷♂️ |
Signed-off-by: Jimmy ESCRICH <[email protected]>
Signed-off-by: Jimmy ESCRICH <[email protected]>
Signed-off-by: Jimmy ESCRICH <[email protected]>
Tests done \o/ |
For a new PR :
|
Add glossary feature :
Issues :
#47
Change log :
DeeplRequestHandlerInterface
and added to functions :getAcceptHeader
required in the entries list in glossarygetAuthHeader
all glossaries request doesn't work with the auth in body. The header is requireHandler
classes